ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / AxisY Property






In This Topic
    AxisY Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets the y-axis for the series.
    Syntax
    'Declaration
     
    
    Public Property AxisY As ChartAxis(Of T)
    'Usage
     
    
    Dim instance As ChartSeriesBase(Of T)
    Dim value As ChartAxis(Of T)
     
    instance.AxisY = value
     
    value = instance.AxisY
    public ChartAxis<T> AxisY {get; set;}
    public read-write property AxisY: ChartAxis; 
    public function get,set AxisY : ChartAxis
    public: __property ChartAxis<T*>* get_AxisY();
    public: __property void set_AxisY( 
       ChartAxis<T*>* value
    );
    public:
    property ChartAxis<T^>^ AxisY {
       ChartAxis<T^>^ get();
       void set (    ChartAxis<T^>^ value);
    }
    See Also